home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
ROSTER.DIR
/
00041_Script_sc yes exit2
< prev
next >
Wrap
Text File
|
1996-02-29
|
378b
|
18 lines
on MouseDown
global WhichChannel, WhichCast
set the CastNum of sprite WhichChannel to WhichCast
updateStage
end
on mouseUp
global WhichChannel, WhichCast
set the CastNum of sprite WhichChannel to (WhichCast + 1)
updateStage
puppetSprite 3, FALSE
if the machineType = 256 then
go to "WIN MM Logo"
else
go to "Mac MM Logo"
end if
end